home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 134 / gfa / format.doc < prev    next >
Encoding:
Text File  |  1987-04-17  |  1.3 KB  |  30 lines

  1.                             FORMAT.BAS             APRIL 4,1987
  2.                        By Robert J. Gossen
  3.  
  4.      I downloaded Steve L. Crunk FORMATTER.BAS program but, I was 
  5. unable to write to any disks I formatted with it. After analyzing 
  6. the boot sector, I discovered the Xbios(18) function did not 
  7. create the boot sector like it was suppose to. I tried every thing 
  8. I could think of but it still didn't work for me. So, I created a 
  9. 512 byte string to replace the boot sector and wrote that string 
  10. to the boot sector using Xbios(9). The advantage of this method is 
  11. the disks can be formatted for 9 or 10 sectors per track and up to 
  12. 82 tracks for a maximum total usable storage space of 829K for a 
  13. double sided disk.
  14.  
  15. Any questions, leave a letter to R.GOSSEN in GENIE MAIL.
  16.  
  17.                            R.J. Gossen
  18.                            929B Trianon Sq W.
  19.                            Gretna, LA 70053
  20.  
  21.  
  22.                                                      APRIL 8, 1987
  23.  
  24. P.S. I have added the option of adding a disk label after 
  25. formatting is complete. I have tested all formats on my 1040 ST 
  26. and have found them to work for me. If a formatting error occurs,
  27. do not use the disk without reformatting. I do not have any 
  28. routine built into the program to lock out the sectors the error 
  29. occurred in.   
  30.